to represent links
- href = Hyper Reference
- Media screens allow sites to transform for mobile
- States = Hover/Click
- Divs = Divisions/Boxes div tag
Creating Links
- - highlight word or image
- - click on drag-down menu Insert and choose hyperlink
- - confirm the correct text or image is chosen in first line
- - for an internal link (your own site) - in second line click on the folder icon and pick another html page
- - for an external link — in the second line paste the complete URL of the site or page you want the link to lead to
- - if you want the link to open a new page (rather than replace the current page) choose _blank in line three Target
- - to help with accessibility fill in the Title to explain the link
- - or you could add type the code directly. An example includes:
Learn about SVSU
Index Page
We commonly refer to this as the home page, but to function properly it should be coded as index.html. Browsers automatically recognize that as the home page. Never save your home page as home.html. You will have to use special code for a browser to recognize it as the home page and it might not work with all browsers.